home *** CD-ROM | disk | FTP | other *** search
- unit Myvcsinf;
-
- interface
-
- uses
- SysUtils, WinTypes, WinProcs, Messages, Classes, Graphics, Controls,
- Forms, Dialogs, StdCtrls, Buttons;
-
- type
- TMyVCSInfo = class(TForm)
- UnitListBox: TListBox;
- FormListBox: TListBox;
- Label2: TLabel;
- Label1: TLabel;
- Label3: TLabel;
- Edit1: TEdit;
- BitBtn1: TBitBtn;
- private
- { Private declarations }
- public
- { Public declarations }
- end;
-
- var
- MyVCSInfo: TMyVCSInfo;
-
- implementation
-
- {$R *.DFM}
-
-
- end.
-